home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / graphics / gnuplot / README.win < prev    next >
Text File  |  1993-09-15  |  1KB  |  34 lines

  1. README file for MS Windows version of gnuplot.
  2. 28th January 1993
  3.  
  4. Windows gnuplot requires 4 files to run:
  5.     WGNUPLOT.EXE        Main program
  6.     WGNUPLOT.DLL        Graphics and Text window library
  7.     WGNUPLOT.HLP        Windows Help file
  8.     WGNUPLOT.MNU        Menu file
  9. These 4 files must be in the same directory.
  10.  
  11. More information is available from gnuplot 'help set terminal windows'.
  12.  
  13. WGNUPLOT runs in standard and enhanced modes.
  14.  
  15. Windows 3.1 is preferred, but it will run under Windows 3.0
  16. with the following restrictions:
  17. 1. COMMDLG.DLL and SHELL.DLL (available with Windows 3.1 or Borland C++ 3.1)
  18.    must be in the windows directory.
  19. 2. WGNUPLOT.HLP produced by Borland C++ 3.1 is in Windows 3.1 format.
  20.    You need to use the WINHELP.EXE supplied with Borland C++ 3.1.
  21. 3. WGNUPLOT won't run in real mode due to lack of memory.
  22. 4. Truetype fonts are not available in the graph window.
  23. 5. Drag-drop does not work.
  24.  
  25. The Borland makefile is makefile.win.
  26. Windows gnuplot has only been tested with Borland C++ 3.1.  
  27. Before making wgnuplot you will need to edit the TC = line 
  28. to specify the location of your compiler.
  29.  
  30. The Microsoft C 7.0 makefile is makefile.msw.
  31. This version has had very little testing and currently crashes
  32. if you set samples >= 2048.
  33.  
  34.